ButtonType Enumeration
Represents the type of a button.
Namespace: Independentsoft.Office.Odf.FormsAssembly: Independentsoft.Calc (in Independentsoft.Calc.dll) Version: 3.0.520.1+c6c593d5629a051e0af021b238c5d69d764f9686
Public Enumeration ButtonType
| Submit | 0 |
Pressing the button submits the form.
|
| Reset | 1 |
Pressing the button resets every control in the form to its default value.
|
| Push | 2 |
Pressing the button does not perform any action by default. A user can add scripts to a button and the script will run when the button is pressed.
|
| Url | 3 |
Pressing the button loads the URL that is specified in the xlink:href attribute.
|
| None | 4 |
Pressing the button loads the URL that is specified in the xlink:href attribute.
|